IXPLogon
: IUnknown
The IXPLogon
interface is used to provide the MAPI spooler access within a transport
provider.
Quick Info
Header
file: |
MAPISPI.H |
Exposed by: |
Transport
logon objects |
Implemented
by: |
Transport
providers |
Called by: |
The MAPI
spooler |
Corresponding
pointer type: |
LXPLOGON |
Vtable Order
AddressTypes |
Indicates
to the MAPI spooler what types of recipients a transport provider can handle. |
RegisterOptions |
Informs the
messaging system about the options provided by a transport provider for a
messaging address type. |
TransportNotify |
Signals in
a transport provider session the occurrence of an event for the MAPI spooler
about which the provider requested notification. |
Idle |
Calls a
transport provider at a point when the system is idle to perform low-priority
operations. |
TransportLogoff |
Terminates
a transport provider session with the MAPI spooler. |
SubmitMessage |
Indicates
to a transport provider the MAPI spooler has a message for the provider to
deliver. |
EndMessage |
Informs a
transport provider the MAPI spooler has completed its sending pass for the
provider. |
Poll |
Checks
whether a transport provider has one or more incoming messages available. |
StartMessage |
Initiates
the transfer of an incoming message from the transport provider to the MAPI
spooler. |
OpenStatusEntry |
Opens a
status object. |
ValidateState |
Has a
transport provider check its external status.
|
FlushQueues |
Requests
that transport operations occur quickly.
|